home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
blkspell
/
mfc_exdl.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-09-22
|
1KB
|
51 lines
// mfc_exDlg.h : header file
//
#if !defined(AFX_MFC_EXDLG_H__B9CEA8E7_4FB1_11D2_90C2_444553540000__INCLUDED_)
#define AFX_MFC_EXDLG_H__B9CEA8E7_4FB1_11D2_90C2_444553540000__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CMfc_exDlg dialog
class CMfc_exDlg : public CDialog
{
// Construction
public:
CMfc_exDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMfc_exDlg)
enum { IDD = IDD_MFC_EX_DIALOG };
CEdit m_Edit;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMfc_exDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMfc_exDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnSpellCheck();
afx_msg void OnShowLicense();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MFC_EXDLG_H__B9CEA8E7_4FB1_11D2_90C2_444553540000__INCLUDED_)